From: Glenn Morris Date: Wed, 22 Aug 2007 04:36:52 +0000 (+0000) Subject: Fix typo in previous change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~27537 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=78a4bda90f4d7de7ca7f5718f82300162a8a9c1a;p=emacs.git Fix typo in previous change. --- diff --git a/lisp/files.el b/lisp/files.el index dfe976c6749..1cc46684d4b 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -3172,7 +3172,7 @@ BACKUPNAME is the backup file name, which is the old file renamed." (file-error nil)))))) (defun backup-buffer-copy (from-name to-name modes) - (let ((umask (default-file-modes))) + (let ((umask (default-file-modes)) (dir (or (file-name-directory to-name) default-directory))) ;; Can't delete or create files in a read-only directory.